home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d10 / musicv10.arc / INSTALL.BAT < prev    next >
DOS Batch File  |  1991-04-03  |  625b  |  19 lines

  1. echo off
  2. cls
  3. md %1\music
  4. echo Moving program to %1\MUSIC.
  5. copy *.exe %1\music > nul
  6. echo Program moved.
  7. echo Attempting to move IDIR icons to %1\IDIR directory.
  8. copy *.icn %1\idir > nul
  9. echo Icons moved.
  10. echo Moving configuration file to %1\MUSIC.
  11. copy *.cfg %1\music > nul
  12. echo Configuration moved.
  13. echo ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  14. echo If you have a monochrome adapter, please copy the file
  15. echo MONO.CFG to %1\MUSIC\MUSIC.CFG. To do this, simply type
  16. echo   COPY MONO.CFG %1\MUSIC\MUSIC.CFG 
  17. echo at this time.
  18. echo ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  19.